Replies: 1 comment 2 replies
-
Hi @Matth-Sch , There is no problem in having only box constraints, see this extract here from an ipython session:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to use an augmented lagrangian optimization solver which works with box constraints so I decided to try proxsuite.
I see in the "example" part of the github that box constraints should be initialized as follows :
However, when I run this code I get an init error telling me that a boolean is incompatible with the function arguments and that it should only take integers for n, n_eq and n_in. Can somebody explain me what I am doing wrong and if maybe I forgot to add something in my code ?
Additional question: In my problem, I only have box constraints, so there sould be no problem in having n_eq and n_in = 0 in my case, right ?
Thanks a lot for your work and your time,
Beta Was this translation helpful? Give feedback.
All reactions